home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / HyperCard / BBS Folder / What's in here - Text < prev   
Text File  |  1991-08-11  |  2KB  |  33 lines

  1. Yo!
  2.  
  3. Here is a bunch of HyperCard 2.1 XCMDs that I wrote to help me debug my very first Think C 4.0.5 apple event aware program (of course, if you have Think v. 5... well, I suspect it will already be programmed in there!).
  4.  
  5. I have included the stack as well as source code and projects for Think versions.  Best way to learn how to program some problem is to rip of some one else's code.  Go for it.  This code is free.  Use it, hack it, tear it apart.  Maybe even understand it.  I must tell you, however, this is not code from the beautiful school of programming.  There are a number of kludges in there (thought it worked one way, but it worked the other and too lazy to completely rewrite the thing!).
  6.  
  7. I'm sort of hoping that these programs will remove some of the fear of Apple Events for those who want to send them from HyperCard.  HyperCard, if only it was free (!), strikes me as an ideal system scripting commands; and apple events the way to send the commands to subservient programs.
  8.  
  9. The files:
  10.  
  11. Send AE Events...    HC 2.1 Stack    Sends all core events.  Can
  12.                             also see what core event
  13.                             classes are available.
  14.                             NOTE: doesn't wait for a
  15.                             reply by the receiver of the
  16.                             apple event!
  17.  
  18. Apple Event Hints    Text Doc        TeachText should be able to                             read this.  Some things I had
  19.                             a lot of trouble with, so that
  20.                             you might not!
  21.  
  22. aeCAVail            Think C Proj    Info about coercion                                 handlers.
  23.  
  24. sendAECloseApp        Think C Proj    XFCN proj to send close app
  25.  
  26. sendAEOpenApp        Think C Proj    XFCN proj to send open app
  27.  
  28. sendAEOpenDoc        Think C Proj    XFCN proj to send open docs
  29.  
  30. sendAEPrintDoc        Think C Proj    XFCN proj to send print doc
  31.  
  32. source            folder        Contains all source for above                             projs.
  33.